home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / w810obx2.inf < prev    next >
Encoding:
INI File  |  2006-02-20  |  4.6 KB  |  146 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  w810obx2.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson W810 USB WMC OBEX Interface on Win2000/XP
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc.
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$WINDOWS NT$"
  21. Class=Ports
  22. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  23. Provider=%Provider%
  24. DriverVer=10/07/2005, 4.34.0.2705
  25. CatalogFile=w810obex.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [SourceDisksNames]
  31. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  32. 1=%DiskString%,"w810obex.sys",,
  33.  
  34. [SourceDisksFiles]
  35. ; filename = diskid[,[ subdir][, size]]
  36. w810obex.sys = 1
  37. w810cmnt.sys = 1
  38.  
  39. ;-----------------------------------------------------------------------------
  40. ; Specify target paths...
  41. ;-----------------------------------------------------------------------------
  42.  
  43. [DestinationDirs]
  44. DefaultDestDir = 12                    ; system32\drivers
  45.  
  46. ;-----------------------------------------------------------------------------
  47. ; Table of Contents
  48. ;-----------------------------------------------------------------------------
  49. [Manufacturer]
  50. %Sony Ericsson%=SEMCW810
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Device-by-device entries
  54. ;-----------------------------------------------------------------------------
  55. [SEMCW810]
  56. %SEMCW810.Comm.Desc% = SEMCW810.Install, USB\VID_0FCE&PID_D042&Class_02&SubClass_0B&Prot_00&OS_NT
  57. %SEMCW810.Comm.Desc% = SEMCW810.Install, USB\VID_0FCE&PID_D042&Class_02&SubClass_0B&Prot_00&OS_NT
  58.  
  59. ;-----------------------------------------------------------------------------
  60. ; Installation instructions
  61. ;-----------------------------------------------------------------------------
  62.  
  63. [SEMCW810.Install.nt]
  64. AddReg        = SEMCW810.AddReg,SEMCW810.NT.AddReg
  65. CopyFiles    = CopyFiles, CopyFiles.Win2K
  66.  
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ;  Registry
  70. ;-----------------------------------------------------------------------------
  71.  
  72. ; common registry entries 
  73. [SEMCW810.AddReg]
  74. HKR,,NTMPDriver,,w810obex.sys
  75. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  76. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200``nitial baud rate
  77. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  78.  
  79. ; only for NT...
  80. [SEMCW810.NT.AddReg]
  81. HKR,,PortSubClass,1,01
  82. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  83.  
  84. ;-----------------------------------------------------------------------------
  85. ;  Copy lists
  86. ;-----------------------------------------------------------------------------
  87. [CopyFiles]
  88.  
  89. [CopyFiles.Win2K]
  90. w810obex.sys
  91. w810cm.sys,w810cmnt.sys
  92. w810cmnt.sys
  93.  
  94.  
  95.  
  96. ;-----------------------------------------------------------------------------
  97. ;  NT Services installation
  98. ;-----------------------------------------------------------------------------
  99.  
  100. [SEMCW810.Install.NT.Services]
  101. AddService = w810obex, 0x00000002, SEMCW810.Install.AddService
  102.  
  103.  
  104. [SEMCW810.Install.AddService]
  105. DisplayName    = %SEMCW810.Service.Name%
  106. Description    = %SEMCW810.Service.Desc%
  107. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  108. StartType    = 3            ;%SERVICE_DEMAND_START%
  109. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  110. ServiceBinary    = %12%\w810obex.sys
  111.  
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ; STRINGS
  116. ;-----------------------------------------------------------------------------
  117. [Strings]
  118.  
  119. ;<<localize the following>>
  120.  
  121. ;BEGIN ENG - US English Strings
  122.  
  123. Provider = "Sony Ericsson"
  124. Sony Ericsson = "Sony Ericsson"
  125. DiskString = "Sony Ericsson W810 USB WMC OBEX Interface installation disk"
  126.  
  127. SEMCW810.Comm.Desc = "Sony Ericsson W810 USB WMC OBEX Interface"
  128. SEMCW810.Service.Name = "Sony Ericsson W810 USB WMC OBEX Interface"
  129. SEMCW810.Service.Desc = "Sony Ericsson W810 USB WMC OBEX Interface"
  130.  
  131.  
  132. CustomerDataPath = "Sony Ericsson W810"
  133. DriverSet = "Sony Ericsson W810 Software"
  134. UninstallFile = "W810Uninstall.exe"
  135. McciOptions = "Uninstallable"
  136.  
  137.  
  138. ;END ENG - US English Strings
  139.  
  140. ;-----------------------------------------------------------------------------
  141. ; The following are symbolic constants which don't change per locale.
  142. ;-----------------------------------------------------------------------------
  143.  
  144.  
  145. ;*** end of file ***
  146.